From 99bcccd88404b356ec27f674fc04c1055e208250 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 11 Feb 2018 16:42:09 +0000 Subject: [PATCH] Bump up the dependency on Meson We're going to use a new argument in the generate_gir() function. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3c7972d87a..8f5ad42f97 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project('gtk+', 'c', # https://github.com/mesonbuild/meson/issues/2289 'c_std=gnu99', ], - meson_version : '>= 0.42.1', + meson_version : '>= 0.43.0', license: 'LGPLv2.1+') glib_major_req = 2 -- 2.30.2